home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / image / qpng17e.zip / INSTALL.DAT / QPV.INI < prev    next >
Text File  |  1995-09-28  |  17KB  |  357 lines

  1. # QPV/386 initialization file
  2. #
  3. # You may modify this file with any standard ASCII text editor.
  4. # Comments are preceded by '#' (you can also use ';' or '%').
  5. # Options are not case sensitive.  Spaces are ignored.
  6. #
  7. # Each switch is preceded by a comment which explains its meaning.
  8. # Note that some of these settings can also be changed from within
  9. # QPV/386 (press Alt-O to display the options menu).
  10. #
  11.  
  12. # Switch "fast preview" initially on/off ('!' key within QPV/386).
  13. Preview=On
  14.  
  15. # Switch "file information" initially on/off ('*' key within QPV/386).
  16. File_Info=On
  17.  
  18. # Default directory at startup.  Specify '.' for current directory.
  19. Default_Directory=.
  20.  
  21. # Check if the startup directory really exists.  It is highly recommended
  22. # to keep this setting 'on', it's only intended for some brain-dead
  23. # operating systems which are not really DOS compatible.
  24. Directory_Validate=On
  25.  
  26. # Only files matching the following filter are displayed in the
  27. # directory listing (separate multiple filters by comma ',').
  28. # The default filter is '*.*', i.e. all files are displayed.
  29. # For example '*.JPG,*.TGA' would display JPEG and Targa files only.
  30. File_Filter=*.*
  31.  
  32. # Exclude the following files from the directory listing (by default none).
  33. # Multiple entries are separated by commas.
  34. File_Exclude=*.IDX,*.256,DESCRIPT.ION
  35.  
  36. # Sort order of the directory listing.  Possible sort keys:
  37. #    None : don't sort
  38. #    Dir  : display directories first
  39. #    Name : sort by name (including extension), A first, Z last
  40. #    Ext  : sort by extension only, A first, Z last
  41. #    Size : sort by file size (size of directories is 0), smallest first
  42. #    Date : sort by file date and time, oldest first
  43. # Each key can be followed by '-' (minus sign) which reverses the order,
  44. # e.g. 'Dir-' displays direcories last, 'Size-' displays the biggest file
  45. # first.  Multiple keys (up to five) are separated by ',' (comma).
  46. # More examples:
  47. #    'Dir,Name'   : directories first, then sort by names (default)
  48. #    'Ext,Name'   : sort by extensions, files with the same extension are
  49. #                   sorted by names
  50. #    'Dir-,Date-' : directories last, sort by date (newest file first).
  51. Sort_Order=Dir,Name
  52.  
  53. # QPV/386 asks for confirmation if you want to delete a file by pressing
  54. # the Del (Delete) key.  If you think that you know what you are doing,
  55. # you can switch that confirmation off.  If this switch is off, any file
  56. # will be deleted immediately without confirmation, so be careful.
  57. Confirm_Delete=On
  58.  
  59. # This is pretty much the same, but it's used while viewing an image.
  60. # I recommend that you leave this switch on.
  61. Confirm_ViewDelete=On
  62.  
  63. # QPV/386 asks for confirmation if you want to delete multiple files by
  64. # pressing Shift-Del (delete all tagged files).  If you are absolutely
  65. # sure that you know what you are doing, you can switch that confirmation
  66. # off.  If this switch is off, all tagged files will be deleted
  67. # immediately without confirmation when you press Shift-Del.
  68. # I STRONGLY recommend that you leave this switch on.  Otherwise you
  69. # might lose a lot of files if you accidentally press Shift-Del.
  70. Confirm_MultiDelete=On
  71.  
  72. # Use 16 or 256 color mode for user interface (directory listing).
  73. # Only switch on if you are sure that the 640x480x256 mode is working
  74. # correctly with QPV/386.
  75. Interface_256_Colors=Off
  76.  
  77. # QPV/386 automatically creates and updates hidden description files
  78. # (DESCRIPT.ION, compatible with 4DOS/NDOS) to store application specific
  79. # data, thus speeding up the process of getting file information.
  80. # If you don't like that, switch this off.  Of course you will still
  81. # be able to create and edit file descriptions (Alt-E).
  82. # `On' is recommended, unless you don't want description files being
  83. # created.
  84. Create_Descriptions=Off
  85.  
  86. # If your mouse driver is not Microsoft compatible, switch this off.
  87. # That will also disable Follow_Mouse and Pan_Mouse.
  88. Use_Mouse=On
  89.  
  90. # The following lines define the functions of the mouse buttons.
  91. # Each mouse button corresponds to a key on your keyboard.
  92. # These three lines are for the menu/directory screen:
  93. Menu_Mouse_Button_Left  =Cursor+Enter   # view image
  94. Menu_Mouse_Button_Middle=Shift+Enter    # view tagged files
  95. Menu_Mouse_Button_Right =Cursor+Space   # tag/untag image
  96. # These three lines are for the image display screen:
  97. View_Mouse_Button_Left  =Enter          # view next image
  98. View_Mouse_Button_Middle=Esc            # stop display / return to menu
  99. View_Mouse_Button_Right =Space          # tag/untag image and view next one
  100.  
  101. # If this option is on, the file cursor (bar) will follow the mouse cursor.
  102. # You can still use the cursor keys.  The bar will NOT follow the mouse
  103. # if you place the mouse pointer at the top of the screen.
  104. Follow_Mouse=Off
  105.  
  106. # You can pan across the image by moving your mouse if this option is on.
  107. Pan_Mouse=On
  108.  
  109. # If this is on, the top of the screen will be updated immediately during
  110. # panning, the bottom part will be updated when panning is stopped.
  111. # If it's off, the whole screen is updated at every panning step, which
  112. # may look jerky (depending on the speed of your machine and the
  113. # resolution).
  114. Pan_Immediately=Off
  115.  
  116. # The step size for panning.  A plain number specifies the amount of
  117. # pixels to pan across the image each time a cursor key is pressed.
  118. # A number followed by the letter 'P' (percent) specifies the step size
  119. # depending on the current screen resolution.
  120. # Does not affect panning by mouse.
  121. Pan_Step_X=3p   # horizontal step size:  3 percent of screen width
  122. Pan_Step_Y=3p   # vertical step size:  3 percent of screen height
  123.  
  124. # On: View image while it's being loaded
  125. # Off: view image when loading is complete.
  126. View_While_Loading=On
  127.  
  128. # The following settings affect QPV's automatic gamma correction.
  129. # Do not modify these settings if you don't know what you're doing!
  130. # By default, gamma correction is performed if necessary.
  131. Gamma_Correction=On
  132. # The average PC display hardware has a gamma value of 2.2.
  133. # If all of your images seem to be too dark, you might try to increase
  134. # this value slightly.
  135. Display_Gamma=2.2
  136. # Most images on PCs are adjusted to display correctly on average
  137. # PC hardware, therefore the default image gamma is 0.45.
  138. Default_Gamma=0.45
  139. # Special gamma for Targa files (*.TGA).
  140. # You can specify -1 to use the default gamma.
  141. TGA_Default_Gamma=-1
  142. # Same for Photo-CD files (*.PCD).  Actually PCDs should have gamma 0.45,
  143. # too, but most of them seem to be a bit dark.  If PCDs look too bright
  144. # or washed out, change this to 0.45 (or -1 if you haven't changed the
  145. # "Default_Gamma" above).
  146. PCD_Default_Gamma=0.55
  147. # Normally, PNG files should contain gamma information.  However, some
  148. # don't, and some may even contain incorrect gamma information.
  149. # This setting is used if there's no gamma information in a PNG file,
  150. # or if PNG_Override_Gamma=On.
  151. PNG_Default_Gamma=-1
  152. # Turn this on if you have a PNG file with incorrect gamma information;
  153. # QPV will then use PNG_Default_Gamma instead.  Normally this should be
  154. # off.
  155. PNG_Override_Gamma=Off
  156.  
  157. # Display image information while it's being loaded:
  158. #    None - don't display any information
  159. #    Dir  - directory
  160. #    Name - file name (without extension)
  161. #    Ext  - file name extension
  162. #    Size - file size (in bytes)
  163. #    Type - image type
  164. #    Dim  - image dimensions (Width x Height)
  165. Image_Description=Name,Type,Dim
  166.  
  167. # You can print an image with Alt-P on any PostScript compatible printer.
  168. # Also, you can use Shift-Alt-P to print all tagged images.
  169. # Currently the following drivers are supported:
  170. #    PostScript    - for any Adobe PostScript compatible printer
  171. #    PostScript2   - PostScript level 2 (faster, uses compression)
  172. Print_Driver=PostScript2
  173.  
  174. # Where to output the printer data.  Usually LPT1 or PRN if the printer is
  175. # connected to your parallel port.  Instead of printing directly to the
  176. # printer, you can also print to a file by specifying a filename.  If the
  177. # filename is followed by a plus sign "+", each image will be printed in
  178. # its own file (otherwise the file will be overwritten each time an image
  179. # is printed).
  180. # As a special feature, QPV/386 now contains a high-speed parallel port
  181. # driver.  Attention:  This is not tested extensively and might not work
  182. # with your printer (in this case, specify LPT1 to select the normal DOS
  183. # driver).  The high speed driver is selected by specifying *1 (for LPT1),
  184. # *2 (for LPT2) etc.
  185. Print_Output=*1
  186.  
  187. # Paper size of your printer.  Letter, Legal, Ledger, Executive, Com10,
  188. # Monarch, DL, A0...A9, B0...B9, C0...C9, D0...D9 (each one optionally
  189. # followed by "-L" if the printer prints in landscape mode).
  190. # If none of these predefined sizes fits your need, you can specify
  191. # width and height, separated by a comma.  Use "in" for inches or "cm"
  192. # for centimeters.  Example: "8.5in,11in" (same as "Letter"),
  193. # "29.7cm,21.0cm" (same as "A4").
  194. Print_Paper=A4
  195.  
  196. # Specify the printable area of the page, i.e. where to print the images.
  197. # Values are relative to the lower left corner of the page if positive,
  198. # and relative to the upper right corner if negative.  If four values are
  199. # specified, they are interpreted as left, right, bottom and top margin,
  200. # respectively.  Two values are interpreted as horizontal (left/-right)
  201. # and vertical (bottom/-top) margins.  A single value specifies the
  202. # margin of all four sides at the same time.
  203. # Example:  To print images within 15cm at the upper left corner with
  204. # 1cm margin, specify "1cm,16cm,-1cm,-16cm"
  205. Print_Margin=0.5in
  206.  
  207. # Rotate images by 90 degrees for printing ("On", "Off" or "Auto").
  208. Print_Rotate=Auto
  209.  
  210. # Invert images for printing (i.e. swap black and white).
  211. Print_Invert=Off
  212.  
  213. # Currently, two print modes are supported:
  214. # Grey (or Gray): This is for photographic images, and for images that are
  215. #    not just black and white.
  216. # Bilevel:  only black and white will be printed (no shades of grey);
  217. #    this is suitable for simple drawings etc.
  218. Print_Mode=Grey
  219.  
  220. #   You can call an external program or batch file by assigning it to one
  221. #   of the following keys:
  222. #      Ctrl-A  ... Ctrl-Z
  223. #      Ctrl-F1 ... Ctrl-F10.
  224. #   Note that Ctrl-H is identical to the backspace key which is used to
  225. #   change to the parent directory, and Ctrl-M is identical to the Enter
  226. #   key, so you can not assign a program to Ctrl-H or Ctrl-M.
  227. #
  228. #   Also note that Ctrl-I is identical to the Tab key, so if you assign a
  229. #   program to Ctrl-I, you will also be able call it with the Tab key.
  230. #   I might also do something special with the Tab key in a future version.
  231. #
  232. #   To define an external program call, use the following syntax:
  233. #      Control_Key = <key>, <switches>, <program> <parameters>
  234. #   <key> is the key which invokes the program if pressed with the Ctrl key.
  235. #      You can use any key from A to Z (except H and M) and F1 to F10.
  236. #   <switches> (optional, may be omitted) can be one or more of the list
  237. #      below.  If you specify two or more switches, you need not separate
  238. #      them.  However, for easier readability, you can use spaces to
  239. #      separate them (do not use commas).
  240. #   <program> is the program to be called.  The extension must be specified
  241. #      explicitely, it must be either .EXE, .COM or .BAT.  If no path is
  242. #      specified, the program is searched for in the current directory,
  243. #      QPV's home directory, and any directory of the PATH and APPEND
  244. #      environment variables.
  245. #      If you want to use one of the internal DOS commands (e.g. DELETE),
  246. #      you can either "wrap" it into a .BAT file, or you can use it by
  247. #      calling "command.com" with parameters "/c delete".
  248. #   <parameters> are the command line parameters for the program, if any.
  249. #      A percent sign followed by a single character is replaced according
  250. #      to the list below (substitution).
  251. #
  252. #   The following switches can be used:
  253. #      T3  Switch to textmode before calling the program.  After the program
  254. #          has finished, wait for a keypress, and then redraw the QPV/386
  255. #          screen.  This should be used with programs that print any text on
  256. #          the screen that you want to read.  T3 is the default if there is
  257. #          no T switch.
  258. #      T2  Switch to textmode before calling the program, and redraw the
  259. #          QPV/386 screen afterwards, but don't wait for a keypress.  This
  260. #          can be used with programs that leave anything on the screen that
  261. #          you don't need to see.
  262. #      T1  Don't switch to textmode, but redraw the QPV/386 screen after
  263. #          return from the program (without waiting for a keypress).  This
  264. #          is useful for programs that switch to another mode (text or
  265. #          graphics) themselves.
  266. #      T0  Don't switch to textmode and don't redraw the screen.  This can
  267. #          be used if the program does not produce any output on the screen.
  268. #      D   Reread the directory after return from the program.  This might
  269. #          be necessary if the program deletes, creates or modifies files in
  270. #          the current directory.  By default, QPV/386 assumes that the
  271. #          directory's contents are the same as before.
  272. #      +   Automatically go to the next directory entry after return from
  273. #          the program.  By default, the cursor stays on the current entry.
  274. #
  275. #   The following substitution commands can be used for the parameters:
  276. #      %N  current filename (bbbbbbbb.eee)
  277. #      %B  base name (bbbbbbbb)
  278. #      %E  extension (eee)
  279. #      %P  full path and filename (r:\dd...dd\bbbbbbbb.eee)
  280. #      %D  directory (\dd...dd), empty if root directory
  281. #      %R  drive letter plus colon (r:)
  282. #      %%  the percent sign itself
  283. #   Note that, for example, "%N" is exactly identical to "%B.%E", and
  284. #   "%P" is the same as "%R%D\%N".  The letters are not case sensitive.
  285. #
  286. #   Note that the hash symbol (#) loses its special meaning as comment sign
  287. #   inside a Control_Key definition, so you can not have a comment in such
  288. #   a line.
  289.  
  290. # Here is just an example: Ctrl-P will convert a GIF file to PNG format:
  291. Control_Key=P,t1d+,gif2png.exe %p
  292.  
  293. # Beep when the image decoding is completed or Esc hit while decoding.
  294. Ready_Beep=On
  295.  
  296. # Beep when an error occured (file format error, I/O error, etc).
  297. Error_Beep=On
  298.  
  299. # Beep when a warning occured (e.g. delete file).
  300. Warn_Beep=On
  301.  
  302. # Display all images as greyscaled on/off ('$' key within QPV/386).
  303. Force_Grey=Off
  304.  
  305. # Height and colors of the default video mode ('+'/'-' keys within QPV/386).
  306. # For colors you can use '16', '256', '32K', '64K' and '16M'.
  307. # If the desired mode is not available, QPV/386 chooses a mode which
  308. # comes as close as possible.
  309. Default_Mode_Height=480
  310. Default_Mode_Colors=64k
  311.  
  312. # Shrink the image to fit to the screen if it's too large.
  313. Fit_To_Screen=Off
  314.  
  315. # Use dithering for hicolor modes:
  316. # on:  image quality is like truecolor, but takes 15% more time.
  317. # off:  faster, but image quality is worse (not recommended).
  318. Hicolor_Dither=On
  319.  
  320. # When truecolor images (e.g. JPEG, 24 bit Targa) are to be displayed in
  321. # 256 color modes, QPV/386 can use one of these methods to reduce truecolor
  322. # to 256 colors:
  323. #  (A) use fixed palette (very fast, but quality isn't perfect)
  324. #  (B) use precalculated palette (much better quality, slightly slower)
  325. #  (C) calculate palette (same quality as (B), considerably slower)
  326. # Note that (B) requires the existence of a precalculated palette
  327. # (*.256 file), otherwise the palette has to be calculated in and
  328. # extra pass (C) which isn't currently supported by QPV/386 (however,
  329. # you can create *.256 files used by (B) with the TRUE2GIF utility).
  330. # If this switch is on, (B) is selected, otherwise (A).
  331. Hiquality_256_Colors=On
  332.  
  333. # Automatic video mode selection ('#' key within QPV/386).
  334. # on:  QPV/386 selects the mode automatically, depending on the image size
  335. #      (it ignores the mode selected by the user).
  336. # off: QPV/386 uses the mode which is currently selected by the user.
  337. # ATTENTION:  If switched on, QPV/386 may use any of the modes which are
  338. #             defined in the configuration file (QPV.CFG).  So be sure
  339. #             that all of those modes work with your video hardware!
  340. #             You have to delete the modes that do not work.
  341. Auto_Mode=Off
  342.  
  343. # Specify which modes (number of colors) QPV/386 should take into account
  344. # when automatic mode selection is switched on.
  345. # For truecolor images (e.g. color JPEGs, 24 bit Targa):
  346. Auto_Mode_Truecolor=256,32K,64K,16M
  347. # For hicolor images (e.g. 15bit Targas):
  348. Auto_Mode_Hicolor=256,32K,64K
  349. # For greyscaled images:
  350. Auto_Mode_Grey=16,256
  351. # For color images with up to 256 colors (e.g. 256 color GIFs):
  352. Auto_Mode_256Color=256
  353. # For images with up to 16 colors:
  354. Auto_Mode_16Color=16,256
  355.  
  356. ######
  357.